-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Status.CA support #31
Conversation
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
/hold
This makes sense to me!
My concern here (without having used issuer-lib at all) is that the changed return type for Sign would be a breaking change. I've not dug into the codebase to confirm if it is or not, but I'm guessing it could be.
If it is, I think this PR should shout about it in its description and we should shout about it in a new release of issuer-lib. We told people to expect breakage but we should make it as clear as possible what breaks and how to unbreak it!
If it's not breaking, then disregard the above 😁
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inteon, SgtCoDFish The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I'll create a release before and after and add the breaking change in the release description! |
/unhold |
Adds the option to set the CA status field on a CertificateRequest resource (for backwards compatibility).
HINT: you can use cert-manager's
pki.ParseSingleCertificateChainPEM(certPem)
to obtain asigner.PEMBundle